home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / SOUND / INSGEN.ARJ / INSGEN.DOC < prev    next >
Text File  |  1992-03-05  |  7KB  |  239 lines

  1.                                 INSGEN Ver. 1.0
  2.                             An Instrument Generator
  3.  
  4.                                  John M. Coon
  5.                               11 Meadow Wood Dr.
  6.                              Fairport, N. Y. 14450
  7.                            Compuserve I.D.# 73067,1666
  8.  
  9.  
  10.     INTRODUCTION
  11.  
  12.     INSGEN is a program which can create or modify SOUND
  13.     BLASTER FM Music Instrument Files. These files have the
  14.     extension <.SBI>. SOUND BLASTER is an add on card for IBM
  15.     compatible PC's, and is a product of Creative Labs Inc.
  16.  
  17.  
  18.     PURPOSE
  19.  
  20.     INSGEN was developed as a companion program to COMPOZ, a
  21.     SB Music utility program which generates and plays <.CMF>
  22.     Music files. A new SBI Instrument may be created by adjusting
  23.     the attack, decay, sustain, release, waveform, etc. parameters
  24.     as they appear on the screen. Existing SBI Instrument files may be
  25.     modified by changing the displayed parameters. Notes, chords
  26.     or scales may be played after each parameter change.
  27.  
  28.  
  29.     HARDWARE REQUIREMENTS
  30.  
  31.     IBM PC or 100% Compatible
  32.     CGA or better required
  33.     SOUND BLASTER CARD
  34.     Mouse (optional - recommended)
  35.     Hard Drive or Floppies
  36.  
  37.  
  38.     BRIEF DESCRIPTION
  39.  
  40.     Each parameter of a SB SBI Instrument file may be changed by
  41.     mouse or keyboard. By clicking the left mouse button or pressing
  42.     ENTER on the up and down arrows around a parameter, values may
  43.     be increased or decreased. On Off functions may be toggled in the
  44.     same way. The left hand side of the screen contains the FILE, OPTIONS,
  45.     PLAY and HELP Menu selections. The program will allow importing
  46.     existing Instrument files for modification and re-saving under
  47.     the same or another name. It is quite easy to use and help screens
  48.     are available. NOTE: Carrier and Modulator Output Level Parameters
  49.     work in reverse. When the output level parameter is 0 the output is
  50.     Maximum.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                                      Page 2
  70.  
  71.     LOADING INSGEN.EXE-----------------------------------------
  72.  
  73.     To load INSGEN you should either load your mouse
  74.     driver (optional) and SBFMDRV.COM, the FM Music Driver which
  75.     comes with your SOUND BLASTER Card, first and then
  76.     INSGEN.EXE.
  77.     Or create a batch file similar to the following:
  78.     @ECHO OFF
  79.     CD MOUSE
  80.     MOUSEDRIVER
  81.     CD C:\SB
  82.     SBFMDRV.COM
  83.     CD INSTRUMENTS
  84.     INSGEN.EXE
  85.     CLS
  86.     CD C:\
  87.  
  88.     The program expects to find the SOUND BLASTER Card at address
  89.     220H. If it does not it will flag you that the card cannot be
  90.     found and fail to execute. It will also flag you If you fail to
  91.     load the FM driver and will not execute.
  92.  
  93.  
  94.     THE MENUS--------------------------------------------------
  95.  
  96.  
  97.     File Menu:
  98.                1 - Load an Instrument file for editing.
  99.                2 - Save an Instrument file (.SBI) to disk.
  100.                3 - Create a new Instrument file (.SBI).
  101.                4 - Set Directory Path for (.SBI) Files
  102.                5 - Exit the program
  103.  
  104.     Options Menu:
  105.                1 - Change the octave in which the current instrument will
  106.                    play a note.
  107.                2 - Set the length of the note that will be played
  108.                    with the current instrument.
  109.  
  110.     Play Menu:
  111.                1 - Note - Play a note with the current instrument.
  112.                2 - Chord - Play a chord with the current instrument.
  113.                3 - Scale - Output a scale with the current instrument.
  114.  
  115.     Help Menu:
  116.                1 - File Help
  117.                2 - Option Help
  118.                3 - Play Help
  119.                4 - Keys Help
  120.  
  121.  
  122.     Note: INSGEN can only display 5 pages of 100 each when the Load
  123.           Instrument Option is selected. If you have more than 500
  124.           instrument files in your hard drive directory you will need
  125.           to split them up in several sub-directories and change the
  126.           set path option for each sub-directory.
  127.  
  128.         * When changing numeric values for a parameter use the arrows
  129.           on each side of the number to raise or lower values.
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                     Page 3
  137.  
  138.  
  139.     KEYBOARD HELP
  140.  
  141.     KEY                               FUNCTION
  142.     ____________________________________________________________
  143.     HOME             Moves cursor to left edge of screen
  144.     END              Moves cursor to right edge of screen
  145.     LEFT ARROW       Moves cursor one column to the left
  146.     RIGHT ARROW      Moves cursor one column to the right
  147.     UP ARROW         Moves cursor one row up
  148.     DOWN ARROW       Moves cursor one row down
  149.     PAGE UP          Moves cursor to top of screen
  150.     PAGE DWN         Moves cursor to bottom of screen
  151.     ENTER            Selects function under cursor
  152.     TAB              Moves cursor 10 columns right
  153.     SHIFT TAB        Moves cursor 10 columns left
  154.  
  155.  
  156.     COMPILER
  157.  
  158.     INSGEN was written and compiled in Microsoft Basic
  159.     Professional Development System ver. 7.1.
  160.     Some of the routines in INSGEN are from Crescent Software's
  161.     Quickpak PRO-7 Library.
  162.     Other Library routines in support of the Sound Blaster card
  163.     are from Creative Labs SB Developer Kit
  164.  
  165.     IBM - Copyright International Business Machines Inc.
  166.     Quickpak, PRO-7 - Copyright Crescent Software
  167.     Microsoft Basic PDS 7.1 Copyright Microsoft Corp.
  168.     Sound Blaster, Sound Blaster Developer Kit, CMF, SBI
  169.                                  Copyright Creative Labs
  170.  
  171.  
  172.     IMPORTANT
  173.  
  174.     INSGEN is distributed as a fully working program. There are
  175.     no disabled file functions or delay screens and it is not a
  176.     "Demo".
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.                                      Page 4
  202.  
  203.  
  204.     This program may be distributed and copied freely as long as
  205.     this documentation file is included. INSGEN is a Shareware
  206.     product and is intended to be used by individuals to enhance
  207.     their enjoyment of playing music through the Sound Blaster Card.
  208.     INSGEN is a copyrighted program and may not be sold individually,
  209.     included as part of prepackaged software or for any commercial
  210.     purpose. Disk distributors of Shareware or user supported software
  211.     may distribute INSGEN for a reasonable fee to cover costs of
  212.     duplicating and handling.
  213.  
  214.  
  215.     REGISTRATION
  216.  
  217.     INSGEN is Shareware and you are asked to evaluate the
  218.     software for a reasonable amount of time. If after this
  219.     time you find yourself continuing to use the program you must
  220.     register it. The Registration fee is $10.
  221.  
  222.     Send registration fee To:
  223.                                  John M. Coon
  224.                                11 Meadow Wood Dr.
  225.                               Fairport, N.Y. 14450
  226.  
  227.     N.Y.S residents add 7% sales tax.
  228.  
  229.  
  230.     DISCLAIMER OF LIABILITY
  231.  
  232.     This program, its use, and operation are provided "AS IS"
  233.     without warranty of any kind, either expressed or implied.
  234.     The entire risk as to the quality and performance of this
  235.     software is with the user. In no event shall I, John M. Coon,
  236.     be liable for damages arising from the use or inability to
  237.     use this program.
  238.                                    ##
  239.                                    ##